* wakeup.c: Include sys/types.h, too; I think that's where time_t
authorJim Blandy <jimb@redhat.com>
Tue, 8 Jun 1993 07:15:01 +0000 (07:15 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 8 Jun 1993 07:15:01 +0000 (07:15 +0000)
comes from, not sys/time.h.

lib-src/wakeup.c

index d2035e3a523649dd3a9a0d493f8b374c6d925c23..07c324d12101660cbc5e3c79e7478b5843f51e66 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <stdio.h>
 #include <time.h>
+#include <sys/types.h>
 #include <sys/time.h>
 
 struct tm *localtime ();